[compiler-rt] r309540 - [XRay][compiler-rt] Fix typo for REQUIRES.
Dean Michael Berris via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 30 23:21:38 PDT 2017
Author: dberris
Date: Sun Jul 30 23:21:38 2017
New Revision: 309540
URL: http://llvm.org/viewvc/llvm-project?rev=309540&view=rev
Log:
[XRay][compiler-rt] Fix typo for REQUIRES.
Follow-up on D35789.
Modified:
compiler-rt/trunk/test/xray/TestCases/Linux/quiet-start.cc
Modified: compiler-rt/trunk/test/xray/TestCases/Linux/quiet-start.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/xray/TestCases/Linux/quiet-start.cc?rev=309540&r1=309539&r2=309540&view=diff
==============================================================================
--- compiler-rt/trunk/test/xray/TestCases/Linux/quiet-start.cc (original)
+++ compiler-rt/trunk/test/xray/TestCases/Linux/quiet-start.cc Sun Jul 30 23:21:38 2017
@@ -10,7 +10,7 @@
//
// FIXME: Understand how to make this work on other platforms
// REQUIRES: built-in-llvm-tree
-// REQRUIES: x86_64-linux
+// REQUIRES: x86_64-linux
#include <iostream>
using namespace std;
More information about the llvm-commits
mailing list