diff options
Diffstat (limited to 'test/SemaCUDA/extern-shared.cu')
-rw-r--r-- | test/SemaCUDA/extern-shared.cu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaCUDA/extern-shared.cu b/test/SemaCUDA/extern-shared.cu index ec6f31695052..bc4f10d3082c 100644 --- a/test/SemaCUDA/extern-shared.cu +++ b/test/SemaCUDA/extern-shared.cu @@ -1,8 +1,8 @@ // RUN: %clang_cc1 -fsyntax-only -Wundefined-internal -verify %s // RUN: %clang_cc1 -fsyntax-only -Wundefined-internal -fcuda-is-device -verify %s -// RUN: %clang_cc1 -fsyntax-only -Wundefined-internal -fcuda-rdc -verify=rdc %s -// RUN: %clang_cc1 -fsyntax-only -Wundefined-internal -fcuda-is-device -fcuda-rdc -verify=rdc %s +// RUN: %clang_cc1 -fsyntax-only -Wundefined-internal -fgpu-rdc -verify=rdc %s +// RUN: %clang_cc1 -fsyntax-only -Wundefined-internal -fcuda-is-device -fgpu-rdc -verify=rdc %s // Most of these declarations are fine in separate compilation mode. |