This fixes a nondeterminism on debug info when building on windows natively vs cross building to windows. [1] https://github.com/llvm/llvm-project/blob/llvmorg-17-init/clang/lib/Lex/HeaderSearch.cpp#L465 Differential Revision: https://reviews.llvm.org/D150817
3 lines
67 B
C++
3 lines
67 B
C++
#include "Inputs/debug-info-slash.h"
|
|
int main() { a(); return 0; }
|