[all-commits] [llvm/llvm-project] 774f78: [runtimes] Do not force -stdlib=libc++ on Apple pl...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Nov 22 09:05:22 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 774f7832fb2539b20e5e93ae675a0b7428e4f2f2
https://github.com/llvm/llvm-project/commit/774f7832fb2539b20e5e93ae675a0b7428e4f2f2
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-11-22 (Mon, 22 Nov 2021)
Changed paths:
M runtimes/CMakeLists.txt
Log Message:
-----------
[runtimes] Do not force -stdlib=libc++ on Apple platforms
It is pointless to specify -stdlib=libc++ on Apple platforms since
that is the default anyway.
Differential Revision: https://reviews.llvm.org/D114283
More information about the All-commits
mailing list