Lines Matching +full:- +full:nostdinc
1 # -*- Python -*-
28 # Platform-specific default TSAN_OPTIONS for lit tests.
35 # GCC driver doesn't add necessary compile/link flags with -fsanitize=thread.
37 extra_cflags = ["-fPIE", "-pthread", "-ldl", "-lstdc++", "-lrt", "-pie"]
41 # Setup default compiler flags used with -fsanitize=thread option.
42 clang_tsan_cflags = (["-fsanitize=thread",
43 "-Wall"] +
57 clang_tsan_cxxflags += ["-std=c++11",
58 "-nostdinc++",
59 "-I%s" % libcxx_incdir,
61 "-Wl,-rpath=%s" % libcxx_libdir]
69 # Define CHECK-%os to check for OS-dependent output.
70 config.substitutions.append( ('CHECK-%os', ("CHECK-" + config.host_os)))
81 # Allow tests to use REQUIRES=stable-runtime. For use when you cannot use XFAIL
84 config.available_features.add('stable-runtime')