1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/utils/unittest
Renato Golin 487b278e90 Comment out unused macro because of warning
Modern compilers (Clang 3.4, GCC 4.8) warn on variadic macros being
introduced in C99, which produces a huge number of useless diagnostics
since this macro is unused in the whole project.

llvm-svn: 200479
2014-01-30 18:55:47 +00:00
..
googletest Comment out unused macro because of warning 2014-01-30 18:55:47 +00:00
UnitTestMain Sink add_llvm_library(gtest_main) to UnitTestMain/CMakeLists.txt. 2014-01-10 11:02:26 +00:00
CMakeLists.txt Sink add_llvm_library(gtest_main) to UnitTestMain/CMakeLists.txt. 2014-01-10 11:02:26 +00:00
LLVMBuild.txt llvm-build: Add support for non-installed libraries (e.g., gtest). 2012-05-15 18:44:17 +00:00
Makefile