diff options
author | Krzysztof Parzyszek <Krzysztof.Parzyszek@amd.com> | 2024-03-06 12:42:44 -0600 |
---|---|---|
committer | Krzysztof Parzyszek <Krzysztof.Parzyszek@amd.com> | 2024-03-06 12:44:13 -0600 |
commit | 954f891af20d193f6a5f41d7ede6a9313a49cfc3 (patch) | |
tree | fbffa804c8d28f3f128639df81446742c7ba07a7 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 8b5b294ec2cf876bc5eb5bd5fcb56ef487e36d60 (diff) | |
download | llvm-954f891af20d193f6a5f41d7ede6a9313a49cfc3.zip llvm-954f891af20d193f6a5f41d7ede6a9313a49cfc3.tar.gz llvm-954f891af20d193f6a5f41d7ede6a9313a49cfc3.tar.bz2 |
[Unittests] Fix RISCV unit tests build
/usr/bin/ld: CMakeFiles/RISCVTests.dir/RISCVInstrInfoTest.cpp.o: undefined
reference to symbol '_ZNK4llvm12LocationSize5printERNS_11raw_ostreamE'
/usr/bin/ld: /work/kparzysz/git/llvm.org/b/x86/lib/libLLVMAnalysis.so.19.0
git: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
The undefined symbol is
llvm::LocationSize::print(llvm::raw_ostream&) const
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions