"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "e9f85c482bb150a0ccf9399b6487275828467601"
[ORC] Strip weak flags from a symbol once it is selected for materialization.
Once a symbol has been selected for materialization it can no longer be overridden. Stripping the weak flag guarantees this (override attempts will then be treated as duplicate definitions and result in a DuplicateDefinition error). llvm-svn: 334771
Loading
Please register or sign in to comment