+// REQUIRES: x86-registered-target Gah, this would have made my life easier in the past! Do you know if there is documentation about all the possible REQUIRES qualifiers?
-- Sean Silva On Thu, Oct 10, 2013 at 11:52 PM, Nick Lewycky <[email protected]> wrote: > Author: nicholas > Date: Thu Oct 10 22:52:43 2013 > New Revision: 192417 > > URL: http://llvm.org/viewvc/llvm-project?rev=192417&view=rev > Log: > The emitted IR is the same, we need these flags to actually use the LLVM > target. > Mark it as requiring the x86 target. > > Modified: > cfe/trunk/test/CodeGen/sections.c > > Modified: cfe/trunk/test/CodeGen/sections.c > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/sections.c?rev=192417&r1=192416&r2=192417&view=diff > > ============================================================================== > --- cfe/trunk/test/CodeGen/sections.c (original) > +++ cfe/trunk/test/CodeGen/sections.c Thu Oct 10 22:52:43 2013 > @@ -1,3 +1,5 @@ > +// REQUIRES: x86-registered-target > + > // RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -S -o - < %s | FileCheck > %s --check-prefix=PLAIN > // RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -S -ffunction-sections > -fno-function-sections -o - < %s | FileCheck %s --check-prefix=PLAIN > > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
