summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/attr-weakref.c
AgeCommit message (Expand)Author
2021-01-09[test] Improve weakref & weak_import testsFangrui Song
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-10-16When using a symbol with attribute weakref, search for it first andJoerg Sonnenberger
2010-03-04really fix 6473 by handling weakref in constant expressions.Rafael Espindola
2010-03-04Fix PR6473.Rafael Espindola