================
@@ -147,7 +153,7 @@
"flang": "check-flang",
"flang-rt": "check-flang-rt",
"libc": "check-libc",
- "libclc": "check-libclc",
+ "libclc": "check-libclc-amdgcn-amd-amdhsa-llvm",
----------------
jhuber6 wrote:
So, this is something that I previously proposed with @petrhosek. Right now we
have the concept of the 'default' target which is the user's host triple. This
is handled differently from the named ones. My thought was that the current
default behavior just be treated as if someone passed
`-DLLVM_RUNTIME_TARGETS=${LLVM_HOST_TRIPLE}`. Then all the `check-xyz` targets
would simply depend on all the others like that. I forget if I ever made a PR
for that but I don't think it went anywhere.
https://github.com/llvm/llvm-project/pull/189892
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits