summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py
diff options
context:
space:
mode:
authorSamuel Antao <sfantao@us.ibm.com>2016-03-14 15:57:41 +0000
committerSamuel Antao <sfantao@us.ibm.com>2016-03-14 15:57:41 +0000
commitaeb7b539f59cc9dd4e1a28c4cf841d19ba75e5a9 (patch)
tree35f35a990523e5bee50bc0f8ceb7b345fcd68829 /lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py
parented2213e6efc1cc71a323f49585e859d6e41853ed (diff)
downloadbcm5719-llvm-aeb7b539f59cc9dd4e1a28c4cf841d19ba75e5a9.tar.gz
bcm5719-llvm-aeb7b539f59cc9dd4e1a28c4cf841d19ba75e5a9.zip
[OpenMP] Replace offloading option that start with -o with -fo.
Summary: The current offloading implementation is using -omptargets and -omp-host-ir-file-path options in the frontend. This causes the user a lot of trouble due to to the conflicts with the -o option. E.g. if the user misspells omptargets he will end up with a file with a weird name. This patches replaces these two options with -fomptargets and -fomp-host-ir-file-path to avoid these issues, and it is also more consistent with the other options like -fopenmp. Reviewers: hfinkel, carlo.bertolli, arpith-jacob, kkwli0, ABataev Subscribers: cfe-commits, caomhin, fraggamuffin Differential Revision: http://reviews.llvm.org/D18112 llvm-svn: 263442
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud