Open
Description
When I want to use enhancer to convert my self-generated test cases into the single output format, I found the following code in 1-3-transform.py:
ctag_command = "/home/user42/llvm-project-llvmorg-12.0.1/llvm-fuzzer/bin/global-extractor "+ os.path.join(directory, filename) +' -- --no-warnings ' + add_libs
os.system (ctag_command)
The "global-extractor" file required is not found at the path "/home/user42/llvm-project-llvmorg-12.0.1/llvm-fuzzer/bin/global-extractor". After running the "1-main-enhanCer-option-1.sh" script, each file to be transformed reports the following error:
Based on my understanding, if "global-extractor" cannot be found, the transformation work cannot proceed. I would like to ask, is "global-extractor" an open-source tool within the LLVM library or a tool you have written yourself? How can I obtain it?
Metadata
Metadata
Assignees
Labels
No labels