aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/c_compiler/test.cpp
AgeCommit message (Collapse)Author
2022-05-10reduce the scope of this branchAndrew Kelley
* back out the changes to RunStep * move the disabled test to the .cpp code and avoid a confusing name-collision with the _LIBCPP macro prefix * fix merge conflict with the edits to the same test that ensure global initializers are called. Now this branch is only concerned with single-threaded targets and passing the correct macro defines to libc++.
2022-05-10Added _LIBCPP_HAS_NO_THREADS for single_threaded binaries linked with libcxx.Alexander Slesarev
Fixed single-threaded mode for Windows.
2022-01-14tests: include global initializers in c++ compiler testxavier
2021-05-25add a standalone for zig as a c/c++ compilerxavier