summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/address-space-cast.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/address-space-cast.c')
-rw-r--r--clang/test/CodeGen/address-space-cast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/address-space-cast.c b/clang/test/CodeGen/address-space-cast.c
index 473c8e0e81c..2fba5ecd7dc 100644
--- a/clang/test/CodeGen/address-space-cast.c
+++ b/clang/test/CodeGen/address-space-cast.c
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm < %s
+// RUN: clang-cc -emit-llvm < %s
volatile unsigned char* const __attribute__((address_space(1))) serial_ctrl = 0x02;
OpenPOWER on IntegriCloud