]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #61705 - petrhosek:llvm-cflags, r=alexcrichton
authorMazdak Farrokhzad <twingoow@gmail.com>
Wed, 12 Jun 2019 02:22:55 +0000 (04:22 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Jun 2019 02:22:55 +0000 (04:22 +0200)
commitadea1317c24738563a507b817bbf9c57471279f0
treed2553810f05910e8f4e9eb79497627ab8852b8cd
parentba5b04ac46c0774479cf4e96c61b291e0b142f6b
parent715578ea5769ccf21696fe64eed6971b19c1787c
Rollup merge of #61705 - petrhosek:llvm-cflags, r=alexcrichton

Pass cflags rather than cxxflags to LLVM as CMAKE_C_FLAGS

We mistakenly pass cxxflags from the configuration to LLVM build as
CMAKE_C_FLAGS.