summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/process_launch/TestProcessLaunch.py
diff options
context:
space:
mode:
authorSumanth Gundapaneni <sgundapa@codeaurora.org>2016-01-14 18:18:49 +0000
committerSumanth Gundapaneni <sgundapa@codeaurora.org>2016-01-14 18:18:49 +0000
commitb76bf106b15735f2bd1b4c45e1e9b231ee507473 (patch)
treecc30379cf25a59b4f689e86aba41fe8540c919e7 /lldb/packages/Python/lldbsuite/test/functionalities/process_launch/TestProcessLaunch.py
parent944cd4d3188d48eaf09fea97f23e5dbde58dd7b8 (diff)
downloadbcm5719-llvm-b76bf106b15735f2bd1b4c45e1e9b231ee507473.tar.gz
bcm5719-llvm-b76bf106b15735f2bd1b4c45e1e9b231ee507473.zip
Fix the cross compilation of unit tests. NFC (second attempt)
With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compiling environment, the unit tests fail to link. This patch does the following changes >Rename COMPILER_RT_TEST_CFLAGS to COMPILER_RT_UNITTEST_CFLAGS to reflect the way it's used. >Add COMPILER_RT_TEST_COMPILER_CFLAGS to COMPILER_RT_UNITTEST_CFLAGS so that cross-compiler would be able to build/compile the unit tests >Add COMPILER_RT_UNITTEST_LINKFLAGS to COMPILER_RT_UNITTEST_CFLAGS so that cross-compiler would be able to link the unit tests (if needed) Differential Revision: http://reviews.llvm.org/D16165 llvm-svn: 257783
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/process_launch/TestProcessLaunch.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud