Add usage to gen_rtti.py script (#1861)

Specify `gen_rtti.py` script should be run from a target
This commit is contained in:
Uriel García-Rivas
2022-08-17 09:30:23 -07:00
committed by GitHub
parent 3d44169199
commit 7935728b9c
+2
View File
@@ -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,