mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-26 14:58:59 -04:00

However, the '-x' option has special handling and wasn't following this paradigm. Fix it to do so by claiming the arg as we parse the '-x' option. rdar://11203340 llvm-svn: 154231
3 lines
92 B
C
3 lines
92 B
C
// RUN: %clang -target x86_64-apple-darwin10 \
|
|
// RUN: -Werror -x c -x c -fsyntax-only %s
|