From 7935728b9ce9034bdb74e49fc4f6db4d5b4f7f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uriel=20Garc=C3=ADa-Rivas?= Date: Wed, 17 Aug 2022 11:30:23 -0500 Subject: [PATCH] Add usage to gen_rtti.py script (#1861) Specify `gen_rtti.py` script should be run from a target --- explorer/gen_rtti.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/explorer/gen_rtti.py b/explorer/gen_rtti.py index 4356df74ff68..374c6870d86f 100755 --- a/explorer/gen_rtti.py +++ b/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,