Skip to content

Commit

Permalink
Use -ffreestanding with clang_cc1 to make the test picks the clang bu…
Browse files Browse the repository at this point in the history
…iltin include.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135766 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
fpichet committed Jul 22, 2011
1 parent 7107d36 commit cb67f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Headers/wchar_limits.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: %clang -fsyntax-only -verify %s
// RUN: %clang -fsyntax-only -verify -fshort-wchar %s
// RUN: %clang_cc1 -ffreestanding -fsyntax-only -verify %s
// RUN: %clang_cc1 -ffreestanding -fsyntax-only -verify -fshort-wchar %s

#include <limits.h>

Expand Down

0 comments on commit cb67f61

Please sign in to comment.