Commit Graph

4 Commits

Author SHA1 Message Date
Mishal Shah
272c466e47 Update master to build with Xcode 12 beta 2020-06-22 15:43:20 -07:00
Saleem Abdulrasool
67475dced4 Driver: avoid linking against the C++ runtime
Use `clang` rather than `clang++` as the linker driver.  This ensures
that we do not force a C++ runtime on the general code.  This is fine
for now as C++ interop is not yet available for Swift.  This prevents
the accidental mix-and-match of various C++ runtimes.  This can cause
problems on platforms like android where `libstdc++` is an unsupported
runtime but is generally the default for Linux platforms.
2019-07-24 19:48:02 -07:00
Austin Belknap
a93ed0ea70 Fix typo. 2018-07-13 18:14:40 -07:00
Austin Belknap
3be298a3fa Test that clang++ gets called with the verbose option. 2018-07-13 15:41:25 -07:00