Skip to content
  • Duncan Sands's avatar
    Don't load values out of global constants with weak · a09e0afe
    Duncan Sands authored
    linkage: the value may be replaced with something
    different at link time.  (Frontends that want to
    allow values to be loaded out of weak constants can
    give their constants weak_odr linkage).
    
    llvm-svn: 67407
    a09e0afe
Loading