llvm-project/compiler-rt/lib/msan/tests
Francis Ricci 17781c71b0 Make cmake link flag naming consistent
Summary:
The build system was inconsistent in its naming conventions for
link flags. This patch changes all uses of LINKFLAGS to LINK_FLAGS,
for consistency with cmake's LINK_FLAGS property.

This patch should make it easier to search the source code for
uses of link flags, as well as providing the benefit of improved
style and consistency.

Reviewers: compnerd, beanz

Subscribers: kubabrecka, llvm-commits, mgorny

Differential Revision: https://reviews.llvm.org/D28506

llvm-svn: 291539
2017-01-10 04:33:04 +00:00
..
CMakeLists.txt Make cmake link flag naming consistent 2017-01-10 04:33:04 +00:00
msan_loadable.cc [msan] Remove MSanDR and supporting code. 2014-11-18 10:33:15 +00:00
msan_test.cc [msan] Disable prlimit test on glibc < 2.13. 2016-08-20 00:38:55 +00:00
msan_test_config.h
msan_test_main.cc