Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 88274d7

Browse files
committed
move to legalization in the JS backend
1 parent a2050ab commit 88274d7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tools/driver/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ set( LLVM_LINK_COMPONENTS
99
Instrumentation
1010
MC
1111
MCParser
12-
NaClTransforms
1312
ObjCARCOpts
1413
Option
1514
ScalarOpts

tools/driver/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ else
3131
TOOL_NO_EXPORTS := 1
3232
endif
3333

34-
LINK_COMPONENTS := nacltransforms $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \
34+
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \
3535
instrumentation ipo irreader linker objcarcopts option \
36-
profiledata selectiondag nacltransforms
36+
profiledata selectiondag
3737
USEDLIBS = clangFrontendTool.a clangFrontend.a clangDriver.a \
3838
clangSerialization.a clangCodeGen.a clangParse.a clangSema.a \
3939
clangRewriteFrontend.a clangRewrite.a

0 commit comments

Comments
 (0)