emscripten-core / emscripten-core/emscripten

clang-12: error: no such file or directory: '/local/emsdk/upstream/lib/clang/12.0.0/share/cfi_blacklist.txt'

Open
#12,943 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
27.6k
Forks
3.6k
Avg merge
1d 1h
Merged PRs (30d)
105

Description

I was looking into using
> -fsanitize=cfi

Adding that gave 3 errors including 2 because it required
> -flto -fvisibility=default
too.

After adding those 2, I was left with just one error which is the focus here:
> clang-12: error: no such file or directory: '/local/emsdk/upstream/lib/clang/12.0.0/share/cfi_blacklist.txt'

Should there be a default cfi_blacklist.txt included for clang or is it omitted on purpose to force the user to consciously decide what should be in their version of the file?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.