[PATCH] D58526: AMDGPU: Don't emit debugger subtarget features

Konstantin Zhuravlyov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 21 12:44:34 PST 2019


kzhuravl added inline comments.


================
Comment at: test/Driver/amdgpu-features.c:4
 // CHECK-MAMDGPU-DEBUGGER-ABI-0-0: the clang compiler does not support '-mamdgpu-debugger-abi=0.0'
-
-// RUN: %clang -### -target amdgcn -x cl -S -emit-llvm -mcpu=kaveri -mamdgpu-debugger-abi=1.0 %s -o - 2>&1 \
-// RUN:   | FileCheck --check-prefix=CHECK-MAMDGPU-DEBUGGER-ABI-1-0 %s
-// CHECK-MAMDGPU-DEBUGGER-ABI-1-0: "-target-feature" "+amdgpu-debugger-insert-nops" "-target-feature" "+amdgpu-debugger-emit-prologue"
+// CHECK-MAMDGPU-DEBUGGER-ABI-1-0: the clang compiler does not support '-mamdgpu-debugger-abi=0.0'
 
----------------
I do not see this prefix in the run line?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58526/new/

https://reviews.llvm.org/D58526





More information about the cfe-commits mailing list