Skip to content

Commit

Permalink
remove extapi bc
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawei.wang committed Jun 29, 2023
1 parent d9dba9b commit 5e80288
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 59 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.13.4)

project("SVF")
execute_process(COMMAND clang -S -c -g -emit-llvm ${PROJECT_SOURCE_DIR}/extapi.c -o ${PROJECT_SOURCE_DIR}/extapi.ll)

configure_file(${PROJECT_SOURCE_DIR}/.config.in
${PROJECT_BINARY_DIR}/include/Util/config.h)
Expand Down
55 changes: 0 additions & 55 deletions extapi.c

This file was deleted.

4 changes: 1 addition & 3 deletions svf/lib/Util/Options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,6 @@ const Option<bool> Options::SymTabPrint(
false
);



// Conditions.cpp
const Option<u32_t> Options::MaxZ3Size(
"max-z3-size",
Expand Down Expand Up @@ -774,7 +772,7 @@ const Option<bool> Options::VtableInSVFIR(

//WPAPass.cpp
const Option<std::string> Options::ExtAPIInput(
"extapi", "External API ext.bc", std::string(PROJECT_PATH) + "/extapi.ll"
"extapi", "External API ext.bc", ""
);

const Option<bool> Options::AnderSVFG(
Expand Down

0 comments on commit 5e80288

Please sign in to comment.