summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorTobias Hieta <tobias@hieta.se>2022-02-22 09:52:09 +0100
committerTobias Hieta <tobias@hieta.se>2022-02-23 10:23:17 +0100
commit8182dba0c2981690dda3cb8be6e4ec085bf9b2a1 (patch)
tree21873d62232ddc3c935724c50852f8a0fa98c75a /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parenta5bbc6ef99bbc7fcf321326df2889e063ed77004 (diff)
[compiler-rt][builtins] Fix CMake builtin target flag
clang-cl doesn't support -target <target>, instead it only supports --target=<target> so building a RUNTIME configuration for clang-cl ended up in never building builtins. Which in turn lead to clang-cl not being able to find the runtime libraries because we depend on the compiler_rt.builtins.lib being in the runtime dir for the Driver to add it as a candidate. I don't think this should have any downsides since most the code these days are using --target=<target> instead of the old syntax. Reviewed By: mstorsjo Differential Revision: https://reviews.llvm.org/D120308
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions