Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang/include/clang/Driver/Options.td | ||
|---|---|---|
| 821 | Question: How does Clang not give an error for -L if this wasn't visible to Clang? | |
| clang/include/clang/Driver/Options.td | ||
|---|---|---|
| 821 | If there is no Visibility specified, the default Visibility is the ClangOption. If we want to add an extra option, the visibility needs both. | |
| clang/include/clang/Driver/Options.td | ||
|---|---|---|
| 821 | Thanks for the explanation! | |
Question: How does Clang not give an error for -L if this wasn't visible to Clang?