Skip to content

Conversation

@Keno
Copy link
Member

@Keno Keno commented Jun 24, 2019

This is an LLVM 6.0/7.0 backport of a patch that changes which flags
llvm-config passes. This shouldn't matter much for most uses cases,
but it's useful for two reasons:

  1. It makes the behavior of llvm-config consistent between all the LLVM
    versions we support, making it easier for find any problems with our
    Makefile.
  2. It prevents any flags meant for LLVM only from creeping into the build
    of our .cpp files (there isn't usually a need for this, but I needed
    to be able to do this when trying to target wasm)

This is an LLVM 6.0/7.0 backport of a patch that changes which flags
llvm-config passes. This shouldn't matter much for most uses cases,
but it's useful for two reasons:
1) It makes the behavior of llvm-config consistent between all the LLVM
   versions we support, making it easier for find any problems with our
   Makefile.
2) It prevents any flags meant for LLVM only from creeping into the build
   of our .cpp files (there isn't usually a need for this, but I needed
   to be able to do this when trying to target wasm)
@Keno Keno requested a review from staticfloat June 24, 2019 01:42
@Keno Keno merged commit 6341e3e into master Jul 1, 2019
@StefanKarpinski StefanKarpinski deleted the kf/llvmconfigpatch branch July 1, 2019 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants