diff options
author | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2019-07-30 18:37:28 +0000 |
---|---|---|
committer | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2019-07-30 18:37:28 +0000 |
commit | 52b87ac32f5726c83a108b6129621813d1e1fd2a (patch) | |
tree | 1f7ac261103cbb222568db28e06928803cfdc90f /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py | |
parent | 6e2be4eab3dd5dbcc1ec885656c56f5f0200091d (diff) | |
download | bcm5719-llvm-52b87ac32f5726c83a108b6129621813d1e1fd2a.tar.gz bcm5719-llvm-52b87ac32f5726c83a108b6129621813d1e1fd2a.zip |
[OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGS
All other files are already C++ and the build system has always
passed '-x c++' for C files, effectively compiling them as C++.
To stay warning free we need one fix in ittnotify_static.{c,cpp}:
The variable dll_path can be written to, so it must not be const.
GCC complained with -Wcast-qual and I think it's right.
Differential Revision: https://reviews.llvm.org/D65285
llvm-svn: 367343
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions