Explorar o código

Add usage to gen_rtti.py script (#1861)

Specify `gen_rtti.py` script should be run from a target
Uriel García-Rivas %!s(int64=3) %!d(string=hai) anos
pai
achega
7935728b9c
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      explorer/gen_rtti.py

+ 2 - 0
explorer/gen_rtti.py

@@ -2,6 +2,8 @@
 
 
 """Generates C++ header to support LLVM-style RTTI for a class hierarchy.
 """Generates C++ header to support LLVM-style RTTI for a class hierarchy.
 
 
+This script should be run through the //explorer:gen_rtti build target.
+
 # Background
 # Background
 
 
 A C++ class hierarchy supported by this script consists of *abstract* classes,
 A C++ class hierarchy supported by this script consists of *abstract* classes,