mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
14 lines
354 B
Plaintext
14 lines
354 B
Plaintext
|
# Linker doesn't like these unmangled:
|
||
|
# re2::RE2*
|
||
|
__ZN3re23RE2*
|
||
|
__ZNK3re23RE2*
|
||
|
# re2::StringPiece*
|
||
|
__ZN3re211StringPiece*
|
||
|
__ZNK3re211StringPiece*
|
||
|
# operator<<(std::ostream&, re2::StringPiece const&)
|
||
|
__ZlsRNSt3__113basic_ostreamIcNS_11char_traitsIcEEEERKN3re211StringPieceE
|
||
|
# re2::FilteredRE2*
|
||
|
__ZN3re211FilteredRE2*
|
||
|
__ZNK3re211FilteredRE210AllMatches*
|
||
|
|