diff options
Diffstat (limited to 'clang/utils/perf-training/cxx/hello_world.cpp')
-rw-r--r-- | clang/utils/perf-training/cxx/hello_world.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/utils/perf-training/cxx/hello_world.cpp b/clang/utils/perf-training/cxx/hello_world.cpp index 66e00d00d26..fc9f6892eb7 100644 --- a/clang/utils/perf-training/cxx/hello_world.cpp +++ b/clang/utils/perf-training/cxx/hello_world.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cpp -c %s +// RUN: %clang_cpp_skip_driver -Wall -pedantic -c %s #include <iostream> int main(int, char**) { |