Skip to content

Commit 1135644

Browse files
author
Hal Finkel
committed
remove arc from lfort
1 parent a5f7f39 commit 1135644

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+4
-7479
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/
255255
add_definitions( -D_GNU_SOURCE )
256256

257257
# FIXME: They should be options.
258-
add_definitions(-DLFORT_ENABLE_ARCMT -DLFORT_ENABLE_REWRITER -DLFORT_ENABLE_STATIC_ANALYZER)
258+
add_definitions(-DLFORT_ENABLE_REWRITER -DLFORT_ENABLE_STATIC_ANALYZER)
259259

260260
# LFort version information
261261
set(LFORT_EXECUTABLE_VERSION

include/lfort/ARCMigrate/ARCMT.h

-123
This file was deleted.

include/lfort/ARCMigrate/ARCMTActions.h

-77
This file was deleted.

include/lfort/ARCMigrate/FileRemapper.h

-80
This file was deleted.

0 commit comments

Comments
 (0)