• Marius Wachtler's avatar
    Rebase llvm to r230300 · ef1acbdc
    Marius Wachtler authored
    Had to change the comdat handling otherwise the executable would crash on startup.
    Cause is that publicize is renaming symbols but keeps the old comdat around,
    the linker would then replace the implementation of the symbol with a call to 0.
    
    One may need to run 'make llvm_up' if you are using the cmake build and see a error,
    caused by debuginfo beeing renamed to debuginfodwarf.
    ef1acbdc