summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/IdentifierTable.cpp
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2014-09-24 23:10:30 +0000
committerTodd Fiala <todd.fiala@gmail.com>2014-09-24 23:10:30 +0000
commite15fcaa2e50882407bfc44086b9aa28f22dcbef5 (patch)
tree4b89a0108f15ec2f058cb7f103d23cb6604834dc /clang/lib/Basic/IdentifierTable.cpp
parentbf246f5a9d7e3494a2e7f291365e63ba0a579718 (diff)
downloadbcm5719-llvm-e15fcaa2e50882407bfc44086b9aa28f22dcbef5.tar.gz
bcm5719-llvm-e15fcaa2e50882407bfc44086b9aa28f22dcbef5.zip
Moved PlatformDarwin::GetEnvironment() to PlatformPOSIX to fix Linux/llgs issue.
See http://reviews.llvm.org/D5486 for more details. I was tracking a problem where llgs on linux would not pick up any environment variables. On OSX there is a virtual function PlatformDarwin::GetEnvironment() which correctly sets up the list of environment variables. On linux llgs it defaults to a base class default implementation which clears the list. I moved the OSX implementation down to PlatformPOSIX. This fixes my problem on linux still works properly on OSX. Change by Shawn Best. Slight tweak to convert 'virtual' to 'override' in PlatformDarwin.h virtual method override by Todd. Tested: Ubuntu 14.04 x86_64, cmake/ninja build + tests. MacOSX 10.9.5 x86_64, Xcode 6.1 Beta build + tests. llvm-svn: 218424
Diffstat (limited to 'clang/lib/Basic/IdentifierTable.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud