10000 When using enhancer to transform code into code that produces a single output, the "global-extractor" was not found · Issue #9 · srg-imperial/GrayC · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
When using enhancer to transform code into code that produces a single output, the "global-extractor" was not found #9
Open
@palletteLi

Description

@palletteLi

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:

1732446674108

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0