OSDN Git Service

Update aosp/master LLVM for rebase to r256229
[android-x86/external-llvm.git] / tools / bugpoint-passes / Android.mk
index bd09c69..b82bcb2 100644 (file)
@@ -13,12 +13,10 @@ include $(CLEAR_VARS)
 LOCAL_SRC_FILES := $(bugpoint_passes_SRC_FILES)
 LOCAL_MODULE := BugpointPasses
 
-LOCAL_MODULE_TAGS := optional
 LOCAL_MODULE_CLASS := SHARED_LIBRARIES # needed for tblgen
-ifeq ($(HOST_OS),darwin)
-LOCAL_LDFLAGS := -Wl,-undefined -Wl,dynamic_lookup
-endif
+LOCAL_LDFLAGS_darwin := -Wl,-undefined -Wl,dynamic_lookup
 
 include $(LLVM_HOST_BUILD_MK)
+include $(LLVM_GEN_ATTRIBUTES_MK)
 include $(LLVM_GEN_INTRINSICS_MK)
 include $(BUILD_HOST_SHARED_LIBRARY)