diff options
author | Howard Hinnant <hhinnant@apple.com> | 2013-01-14 17:07:27 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2013-01-14 17:07:27 +0000 |
commit | f1e633c1548e1504c651ab99aa16a1a99b74716c (patch) | |
tree | 15ac5d4a8c33e734b32260f5248d464a8724ca8b /libcxx/test | |
parent | 02fd3ad24be953803499add517320d2b1e427db0 (diff) | |
download | bcm5719-llvm-f1e633c1548e1504c651ab99aa16a1a99b74716c.tar.gz bcm5719-llvm-f1e633c1548e1504c651ab99aa16a1a99b74716c.zip |
Michael van der Westhuizen: Patches for Linux. Fixes http://llvm.org/bugs/show_bug.cgi?id=14648.
llvm-svn: 172435
Diffstat (limited to 'libcxx/test')
-rw-r--r-- | libcxx/test/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/lit.cfg b/libcxx/test/lit.cfg index 8121da13dd0..512935c3ecb 100644 --- a/libcxx/test/lit.cfg +++ b/libcxx/test/lit.cfg @@ -146,7 +146,7 @@ else: cxx_has_stdcxx0x_flag = getattr(config, 'cxx_has_stdcxx0x_flag', True) # Configure extra compiler flags. -include_paths = ['-I' + libcxx_src_root + '/include'] +include_paths = ['-I' + libcxx_src_root + '/include', '-I' + libcxx_src_root + '/test/support'] library_paths = ['-L' + libcxx_obj_root + '/lib'] compile_flags = [] if cxx_has_stdcxx0x_flag: |