MaskRay added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/MSVC.cpp:485
"amdhip64.lib"});
+ CmdArgs.push_back(Args.MakeArgString("clang_rt.builtins-" +
+ getTriple().getArchName() + ".lib"));
----------------
Note that the path is different with LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=on. See
D107799
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127142/new/
https://reviews.llvm.org/D127142
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits