[PATCH] D46843: Rename three cxx files in unittests to cpp.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 14 13:00:14 PDT 2018


thakis created this revision.
thakis added a reviewer: rnk.
Herald added a subscriber: mgorny.

LLVM uses cpp as its C++ file extension, these are the only three cxx file in the monorepo. These files apparently were called to escape a CMake check -- use the LLVM_OPTIONAL_SOURCES mechanism that's meant as an escape for this case instead.

No intended behavior change.


https://reviews.llvm.org/D46843

Files:
  unittests/Passes/CMakeLists.txt
  unittests/Passes/TestPlugin.cpp
  unittests/Passes/TestPlugin.cxx
  unittests/Support/DynamicLibrary/CMakeLists.txt
  unittests/Support/DynamicLibrary/ExportedFuncs.cpp
  unittests/Support/DynamicLibrary/ExportedFuncs.cxx
  unittests/Support/DynamicLibrary/PipSqueak.cpp
  unittests/Support/DynamicLibrary/PipSqueak.cxx

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46843.146664.patch
Type: text/x-patch
Size: 7057 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180514/908548a9/attachment.bin>


More information about the llvm-commits mailing list