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

Move to legalization in the JS backend (fastcomp-clang) #5

Merged
merged 1 commit into from
Oct 27, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tools/driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ set( LLVM_LINK_COMPONENTS
Instrumentation
MC
MCParser
NaClTransforms
ObjCARCOpts
Option
ScalarOpts
Expand Down
4 changes: 2 additions & 2 deletions tools/driver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ else
TOOL_NO_EXPORTS := 1
endif

LINK_COMPONENTS := nacltransforms $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \
instrumentation ipo irreader linker objcarcopts option \
profiledata selectiondag nacltransforms
profiledata selectiondag
USEDLIBS = clangFrontendTool.a clangFrontend.a clangDriver.a \
clangSerialization.a clangCodeGen.a clangParse.a clangSema.a \
clangRewriteFrontend.a clangRewrite.a
Expand Down