CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2017/01/20 16:18:39
Modified files: gnu/llvm/lib/CodeGen: TargetLoweringBase.cpp Log message: Restore setting the visibility of __guard_local to hidden for better code generation. Use dyn_case_or_null instead of a static cast to solve the crashes in the previous code. ok stefan@ kettenis@