[clang] [NVPTX] Add `-march=general` option to mirror default configuration (PR #85222)
Yichen Yan via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 14 06:27:28 PDT 2024
================
@@ -85,6 +90,6 @@
// MISSING: error: Must pass in an explicit nvptx64 gpu architecture to 'nvlink'
// RUN: %clang -target nvptx64-nvidia-cuda -flto -c %s -### 2>&1 \
-// RUN: | FileCheck -check-prefix=GENERIC %s
+// RUN: | FileCheck -check-prefix=COMPILE %s
----------------
oraluben wrote:
I see, thanks for clarifying!
https://github.com/llvm/llvm-project/pull/85222
More information about the cfe-commits
mailing list