diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-09-02 17:35:16 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-09-02 17:35:16 +0000 |
commit | ecfe67c21799891f27597455ed84c70de7769f36 (patch) | |
tree | 2ce9b63ff7b9c78a52b153a94b6136609a75f825 /Makefile.rules | |
parent | 5b8dbf839ba8f586e2823744dc695acf57480c5f (diff) | |
download | external_llvm-ecfe67c21799891f27597455ed84c70de7769f36.zip external_llvm-ecfe67c21799891f27597455ed84c70de7769f36.tar.gz external_llvm-ecfe67c21799891f27597455ed84c70de7769f36.tar.bz2 |
Reapply majority of r55557 but with the changes to compilation flags
disabled until issues with gcc 4.1 on linux 32-bit are resolved.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55636 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules index e99d496..d0d83c0 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -241,6 +241,10 @@ else endif endif +#ifeq ($(ENABLE_VISIBILITY_INLINES_HIDDEN),1) +# CXX.Flags += -fvisibility-inlines-hidden +#endif + # IF REQUIRES_EH=1 is specified then don't disable exceptions ifndef REQUIRES_EH CXX.Flags += -fno-exceptions |