summaryrefslogtreecommitdiff
path: root/test/SymbolRewriter
diff options
context:
space:
mode:
authorMichael Kuperstein <mkuper@google.com>2016-07-25 20:52:00 +0000
committerMichael Kuperstein <mkuper@google.com>2016-07-25 20:52:00 +0000
commitb3391842c6f40c0f05595c3820f08cb12d6342e7 (patch)
tree5912e96503c29148683bbbe5a41d78e5a43eeade /test/SymbolRewriter
parentdc02554240c40c8a5d49d080bf9f29ece6f34c45 (diff)
downloadllvm-b3391842c6f40c0f05595c3820f08cb12d6342e7.tar.gz
[PM] Port SymbolRewriter to the new PM
Differential Revision: https://reviews.llvm.org/D22703 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276687 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SymbolRewriter')
-rw-r--r--test/SymbolRewriter/rewrite.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/SymbolRewriter/rewrite.ll b/test/SymbolRewriter/rewrite.ll
index 1d2365cb1d8f..518ac3a6b099 100644
--- a/test/SymbolRewriter/rewrite.ll
+++ b/test/SymbolRewriter/rewrite.ll
@@ -1,5 +1,7 @@
; RUN: opt -mtriple i686-win32 -rewrite-symbols -rewrite-map-file %p/rewrite.map \
; RUN: %s -o - | llvm-dis | FileCheck %s
+; RUN: opt -mtriple i686-win32 -passes='rewrite-symbols' -rewrite-map-file %p/rewrite.map \
+; RUN: %s -o - | llvm-dis | FileCheck %s
declare void @source_function()
@source_variable = external global i32