Jelajahi Sumber

Add usage to gen_rtti.py script (#1861)

Specify `gen_rtti.py` script should be run from a target
Uriel García-Rivas 3 tahun lalu
induk
melakukan
7935728b9c
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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.
 
+This script should be run through the //explorer:gen_rtti build target.
+
 # Background
 
 A C++ class hierarchy supported by this script consists of *abstract* classes,